home *** CD-ROM | disk | FTP | other *** search
/ Clickx 65 / Clickx 65.iso / software / internet / xmarks / xmarks-3.1.1.xpi / defaults / preferences / prefs.js
Encoding:
Text File  |  2009-05-05  |  550 b   |  17 lines

  1. /*
  2.  Copyright 2006 Foxmarks Inc.
  3.  
  4.  prefs.js: contains default preferences for extension.
  5.  
  6.  */
  7.  
  8. pref("extensions.foxmarks@kei.com.description", 
  9.     "chrome://foxmarks/locale/foxmarks.properties");
  10. pref("extensions.xmarks.enableLogging", true);
  11. pref("extensions.xmarks.securityLevel", 0);
  12. pref("extensions.xmarks.synchOnTimer", true);
  13. pref("extensions.xmarks.shortcut.SyncNow", "s");
  14. pref("extensions.xmarks.shortcut.OpenSettings", "o");
  15. pref("extensions.xmarks.shortcut.SiteInfo", "n");
  16. pref("extensions.xmarks.enableSimSite", true);
  17.